-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Backport new zms backend #21735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport new zms backend #21735
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: d33c50127ebc880e77d551d4103af0c118fa7dc3 more detailssdk-nrf:
find-my:
matter:
zephyr:
Github labels
List of changed files detected by CI (102)
File list hidden for private repositories. Outputs:ToolchainVersion: 7cbc0036f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-21735/nrf/app_dev/device_guides/nrf54l/zms.html |
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zdebug.uart.kmu_provision[nrf54l15dk/nrf54l15/cpuapp]: ROM size increased by 1228[B] in comparison to the main[dd96a68] branch. - link (cc: @MarekPieta) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-21735/7) |
c91731b
to
19529cd
Compare
19529cd
to
c1329a3
Compare
c1329a3
to
dd70650
Compare
Update manifest for sdk-zephyr, connectedhomeip and sdk-find-my. Some of the CONFIGs for ZMS and for its backend for Settings has been added and others deleted. Signed-off-by: Nordic Builder <[email protected]> (cherry picked from commit f7b978f)
The legacy ZMS backend is needed by some applications that need to maintain their backward compatibility. Signed-off-by: Riadh Ghaddab <[email protected]> (cherry picked from commit f759bc3)
Add notes on how to maintain backward compatibility with legacy backend Details some Kconfig options added with the new backend. Signed-off-by: Riadh Ghaddab <[email protected]> (cherry picked from commit 0701042)
dd70650
to
d33c501
Compare
Introduces a new ZMS backend and changes some CONFIGs needed by some samples
test_crypto: PR-793